-- card: 10271 from stack: in -- bmap block id: 0 -- flags: 0000 -- background id: 3170 -- name: -- part contents for background part 9 ----- text ----- Function: -- part contents for background part 1 ----- text ----- TCPRecvUpTo(connID,termChar,timeOut,oldString) -- part contents for background part 2 ----- text ----- Receive characters from a TCP connection. -- part contents for background part 3 ----- text ----- connID termChar timeOut oldString -- part contents for background part 7 ----- text ----- the ID of the TCP connection character after which to terminate the receive, or empty number of ticks (1/60ths of a second) to wait, or zero string of previously received characters -- part contents for background part 4 ----- text ----- This is the principle, and most powerfull TCP receive character function. It inputs character until a particular character is received or until a time-out occurs. TCPRecvUpTo returns both the old string and any new input.